No, the files after the reduce phase are not merged by Hadoop. The number of files you get is the same as the number of reduce tasks. To merge the files manually, you can use the following command:
hadoop fs -getmerge /output/dir/on/hdfs/ /desired/local/output/file.txt