No, it doesn't make any difference. From the other group axioms you can prove that inverses, if they exist, are unique, so if you have $\forall x\exists y(xy=1=yx)$, you can use that to construct the inversion function uniquely whenever you need it.
Similarly, you can either consider the identity element to be part of the group ("a group is a quadruple $(A,\ast,(\cdot)^{-1},1)$ such that ..."), or just make it a group axiom that something that behaves like the identity exists. Again, since an identity is necessarily unique, this does not make a large difference.
You can find textbooks that take either approach. Sometimes the choice is informed by technical convenience, such as if one wants to fit groups into some general framework for algebraic structures that doesn't deal well with existentially quantified axioms. Then considering the identity and inversion to be group operations rather than axioms will be an advantage.
Note that things can go differently in algebraic structures other than groups. For example, a monoid is like a group except that it doesn't necessarily have inverses. A monoid must have an identity element, though, and just like for groups one easily proves that the identity element is unique. However, it turns out to be essential to insist that the identity in a monoid is a designated element (or in other words, an operation with no inputs), and not just one that is assumed to exist.
The problem is that monoid homomorphisms are supposed to take identities to identities, and this is not implied simply by requiring that the homomorphism preserves the binary operation. Otherwise a monoid homomorphism from the trivial monoid $\{0\}$ could take $0$ to any idempotent element of the target monoid, and we don't want that. (This is not a problem for groups, because groups have no idempotent elements other than the identity).
So if we want to define a "homomorphism" generally as "a map that commutes with all of the operations in our algebraic structure", then we had better consider the identity element of a monoid to be an operation.
(Arguably, this generic sense of "homomorphism" in an example of a "general framework for algebraic structures that doesn't deal well with existentially quantified axioms").