We know that in the language $L=\{+,*\}$, it is possible define the natural order $\geq$ on $(\mathbb{Z},+,*)$ in the following way:
$a\geq b$ if and only if $a-b$ is a sum of 4 squares.
In fact, by the theorem of 4 squares, we have that each positive natural number can be written as sum of 4 squares. In this way we get a necessary and sufficient condition of an integer number to be positive and this condition depends only by the language $L$.
The question is the following: Is it true a sort of inverse implication?
Is it possibile define the sum operation of $\mathbb{Z}$ in the language $\{\geq\}$?
No. For instance, let $X=\{0,1\}\times\mathbb{Z}$ with the lexicographic order. Identifying $\mathbb{Z}$ with $\{0\}\times\mathbb{Z}$ in $X$, then $(\mathbb{Z},\geq)$ is elementarily embedded in $(X,\geq)$ (you can prove this using Ehrenfeucht–Fraïssé games, for instance). If addition were definable (even with parameters) in $(\mathbb{Z},\geq)$, the same definition would give an addition operation that makes $(X,\geq)$ into an ordered abelian group. But that is impossible since $X$ has elements greater than every integer but not any elements less than every integer to be their negatives.
If you more strongly want addition to be definable without parameters, then there's a much simpler argument that it's impossible: the map $f(x)=x+1$ is an automorphism of $(\mathbb{Z},\geq)$. If addition were definable without parameters, then $f$ would preserve addition, but $f(x+y)=x+y+1$ whereas $f(x)+f(y)=x+y+2$.