If that's how you want them synchronized. They're still synchronized either way, but if the slave is an integer multiple of the master, it will be harmonically related and sound like the fundamental will be that integer multiple of the master.
If it isn't an integer multiple, then the slave gets reset in mid-cycle. However, it will reset at the exact same rate as the master, so the overall output of the slave is still be in sync with the master. The wavelength is the same as the master, so the fundamental is the same as the master. It just has that sudden jump in it.
If all you want is for two [phasor~]s to be integer multiples, it would be much easier to just do this:
[phasor~]
|
[*~ 2] <-- integer multiple
|
[wrap~]