If you know the generators, represent each of the elements of your set as a linear combination of generators. Form a (non-square) matrix where row number $i$ consists of coefficients of element number $i$ in your set. Perform integer Gauss elimination procedure (i.e. you are allowed switching two rows, and subtracting/adding one row from/to another row). Eventually you will get a matrix in the row echelon form. Look how many 1's you have on the diagonal. If the number of 1's is the same as the number of generators, your set generates the whole group. Otherwise the answer is "no".
Edit: I forgot one more transformation in the Gauss elimination procedure: switching columns (these correspond to re-orderings of the set of generators of the group). Without it, the pivotal numbers will not be on the diagonal.

