Hint:
Elements of $R \times R$ will look like $(x, y)$ such that $x, y \in R$. Further, multiplication is defined as follows:
$$(a, b)(x, y) = (a \cdot x, b \cdot y)$$
Where $a \cdot x$ and $b \cdot y$ are computed in the original ring $R$. Addition is defined similarly.
Next, the additive identity (traditionally called "zero") in $R \times R$ will be the element $(0, 0)$. This is easy to see since $(x, y) + (0, 0) = (x+0, y+0) = (x, y)$.
Finally, to show that $R \times R$ is not an integral domain for any ring $R$, it is your task to think of at least two nonzero elements $(a, b)$ and $(c, d)$ in $R \times R$ such that $(a, b)(c, d) = (0, 0)$.
Some clarification: It is true that all integral domains are commutative. From this, if $R$ is not commutative, then $R \times R$ is not commutative (why?) and won't be an integral domain. However, even if $R$ is a commutative ring, $R \times R$ is never an integral domain. This follows from the work above, since the direct product will always have zero divisors.