I'm not sure whether $\sum\limits_{x = -\infty}^{\infty}x$ is equal to $0$ or undefined. For example,
$$\sum_{x = -\infty}^{\infty}x = \displaystyle \sum_{x = -\infty}^{-1}x + \displaystyle \sum_{x = 1}^{\infty}x = -\infty + \infty$$
So with that approach it is undefined. However, clearly all the negative elements in the summation cancel with the positive elements, so that makes it seem like it should be zero. So which is it?
You can see that the sum does not converge because the limit $$\lim_{(m, n) \to (-\infty, \infty)} \sum_{x=m} ^{n} x\tag{1}$$ does not exist. On the other hand note that the limit $$\lim_{n\to\infty} \sum_{x=-n} ^{n} x\tag{2}$$ exists and is equal to $0$. The sum in your question is defined via $(1)$ and not via $(2)$.