Addition $+$ is a closure operation for set of integers ($\mathbb{Z}$)
The identity element for set of integers is $0$
Definition of group:
Each group is a set of elements with one operation $*$ and is closed under $*$. Each element in the group has an inverse. Each element combine with its inverse gives the identity element $e$.
So, $(\mathbb{Z}, +)$ is a group
Is $(\mathbb{Z}, \times)$ also a group?
Let's analyze the group, $(\mathbb{Z}, \times)$. First, we need an identity element. In this group, $1$ would be our identity element (there's your first condition). Now, it's also easy to see that $\mathbb{Z}$ is closed under multiplication. However, a problem arises with inverses. For any integer, $a$, $a \times \frac{1}{a} = 1$. However, for most integers, $\frac{1}{a}$ is not an element of $\mathbb{Z}$. For example, $3 \times \frac{1}{3} = 1$, but $\frac{1}{3}$ isn't an element of $\mathbb{Z}$
Definition of a Group: