Setting Let $\mathcal{L} = \{+,0\}$. I want to show that $$\mathbb{Z} \oplus \mathbb{Z} \not\equiv \mathbb{Z}$$. Note $\equiv$ means elementary equivalence in this question.
Updated Problem
My issue is that given the four ring axioms for addition and identity:
$$ \forall x \forall y \forall z ~ (x + y) + z = x + (y + z)\\ \forall x x + 0 = 0 + x = x\\ \forall x \exists y x + y = y + x = 0\\ \forall x \forall y x + y = y + x$$
it seems like $\mathbb{Z} \oplus \mathbb{Z} \not\equiv \mathbb{Z}$. As someone commented below if I can use multiplication then I may prove $\mathbb{Z} \oplus \mathbb{Z} \not\equiv \mathbb{Z}$, but multiplication is not in $\mathcal{L}$.
Here is Brian Scott's sentence, slightly simplified.
$$\forall x\forall y\exists z ((z+z=x)\lor (z+z=y)\lor (z+z=x+y))$$
This is true in $\mathbb Z$ - it essentially says that given $x,y$, at least one of $x,y,x+y$ is even.
It is not true for $\mathbb Z\oplus\mathbb Z$, for example if $x=(1,0),y=(0,1)$.