No. Changing the data on the subscriber is not an uncommon requirement.
The issues you may face would be that transactions from the publisher would fail. Identity fields are good examples. If you insert ID 100, 101, and so forth, the publisher may try to insert the same values and they will fail.
The question I have is why? It sounds like there may be a better way to approach this, if you can provide more details.