an inelegant solution is to buffer your points by 1m.
Perform a spatial join on the buffer output to the points, choosing "Each polygon will be given a summary of the numeric attributes of the poitns that fall inside it, and a count field showing how many fall inside it."
The (resulting count -1) will give you the number of neighbors in 1m radius.
Regards,
Jim