You can use any integer. set.seed()allows the same random numbers to be used for reproducible results. There is no meaning for any one value. It's just the parameter used by the random sampling algorithm.
Check ?set.seed for more detail.
If you leave it out you'll still get random values, but they will differ each time.